home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / qqmail4a.zip / QSALTLOG.SCR < prev    next >
Text File  |  1991-11-22  |  2KB  |  64 lines

  1. ;  QSALTLOG.SCR:  SCRIPT for Qmodem 4.2 F or Qmodem 4.3x
  2. ;  To log onto the Salt Air PCBoard BBS
  3. ;  REVISED  Fri  11-22-1991  22:15
  4.  
  5. ; This is a Linked Qmodem Script (which means you put the name of the
  6. ; script in your Qmodem Dialing Directory).  See the attached README
  7. ; file for detailed instructions.
  8.  
  9. ; It will log you onto the Salt Air BBS, and leave you at the Command
  10. ; prompt.
  11.  
  12. ; ***YOU MUST EDIT THIS SCRIPT to put in your personal information
  13. ; before you can use it.  Make sure to save it in pure ASCII form,
  14. ; without the formatting codes that word processors commonly insert.
  15.  
  16. ;  This script is by Carol ".BATs"  Whitney   V^\_ o^o_/^V
  17. ;  It may be used freely, edited, and passed around.
  18.  
  19. ; ========================================================================
  20.  
  21. STRING HOLNAM LOGFILE CAPFILE
  22.  
  23. ; ===== EDIT the section below to put in your own information ==========
  24.  
  25. ;  Do not add backslashes to the end of the LOGFILE or  CAPFILE assignments
  26.  
  27. ASSIGN HOLNAM   "FirstName LastName"  ;your name as you log onto Salt Air
  28. ASSIGN LOGFILE  C:\LOG\QMODEM.LOG     ;filespec for your QMODEM.LOG file
  29. ASSIGN CAPFILE  D:\ACTIVE\CAPTURE.CAP ;filespec for you Qmodem capture file
  30.  
  31. ; ====== end editable portion of script [unless you wish to play :-)] ======
  32.  
  33. TurnOFF LOG
  34. LOG $LOGFILE
  35. TurnOFF CAPTURE
  36. Capture $CAPFILE
  37. NOTE This is QSALTLOG.SCR
  38. STAMP This is QSALTLOG.SCR
  39. Graphics ANSI
  40. TurnON   8_BIT NOISE SCROLL STATUSLN
  41. TurnOFF  LINEFEED XON/XOFF MUSIC PRINT ECHO SPLIT BS_DEL DOORWAY
  42. TimeOut  120
  43.  
  44. When
  45.  
  46. When     "raphics (Enter)=no?"            "n q^M"
  47. When     "ince 'Last Read' (Enter)=yes?"  "n^M"
  48. When     "Press (Enter) to continue"      "^M"
  49. When     "(H)elp, More?"                  "^M"
  50.  
  51. Waitfor  "your first name?"
  52. Delay 100
  53. Send   "$HOLNAM^M"
  54.  
  55. Waitfor  "Password"
  56. Delay 200
  57. Send  "$PASSWORD^M"
  58.  
  59. Waitfor  "ommand"
  60. Delay 100
  61.  
  62. Exit
  63.  
  64.